func sync.newEntry

3 uses

	sync (current package)
		map.go#L104: func newEntry(i any) *entry {
		map.go#L230: 		m.dirty[key] = newEntry(value)
		map.go#L365: 		m.dirty[key] = newEntry(value)